diff options
Diffstat (limited to 'src/pages/my/transactions/[slug].js')
| -rw-r--r-- | src/pages/my/transactions/[slug].js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pages/my/transactions/[slug].js b/src/pages/my/transactions/[slug].js index b2381247..a76b0c4d 100644 --- a/src/pages/my/transactions/[slug].js +++ b/src/pages/my/transactions/[slug].js @@ -1,8 +1,8 @@ import { ArrowDownOnSquareIcon, ArrowDownTrayIcon, ChevronDownIcon, ChevronRightIcon, ChevronUpIcon } from "@heroicons/react/24/outline"; -import AppBar from "../../../components/AppBar"; -import Layout from "../../../components/Layout"; -import LineDivider from "../../../components/LineDivider"; -import WithAuth from "../../../components/WithAuth"; +import AppBar from "@/components/layouts/AppBar"; +import Layout from "@/components/layouts/Layout"; +import LineDivider from "@/components/elements/LineDivider"; +import WithAuth from "@/components/auth/WithAuth"; import { useState } from "react"; const Row = ({ label, children }) => ( |
